[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetApi
Determines whether the Sapphire server application is running as a CGI or other.
#include "SaRnHtml.h"
int SaGetApi();
Arguments
None.
Returns 0 if running as a CGI and 1 if implemented in any other way.
Determines whether the Sapphire server application is running as a CGI or other.
int flag;
flag = SaGetApi();
if(flag == 0)
{
/*** CGI mode ***/
}
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.